home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / frame_4 / PlaceObject2_605_562 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-03-17  |  314b  |  17 lines

  1. onClipEvent(load){
  2.    stop();
  3.    gotoAndStop(_root._quality);
  4.    onRelease = function()
  5.    {
  6.       if(_currentframe == _totalframes)
  7.       {
  8.          gotoAndStop(1);
  9.       }
  10.       else
  11.       {
  12.          nextFrame();
  13.       }
  14.       _root._quality = ["HIGH","MEDIUM","LOW"][_currentframe - 1];
  15.    };
  16. }
  17.